From: Richard M. Stallman Date: Tue, 25 May 1993 20:05:02 +0000 (+0000) Subject: (HAVE_GETTIMEOFDAY): Deleted. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95968 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f9150fd9ab639900ad8fefde43b1d9635f2b3f3d;p=emacs.git (HAVE_GETTIMEOFDAY): Deleted. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index 4bda11b0abe..753a838a2c1 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -173,12 +173,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BAUD_CONVERT { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \ 4800, 9600, 19200, 38400 } -/* - * Define HAVE_GETTIMEOFDAY if gettimeofday() system call is available. - */ - -#define HAVE_GETTIMEOFDAY - /* * Define NLIST_STRUCT if the system has nlist.h */ diff --git a/src/s/esix.h b/src/s/esix.h index 6a228590a2b..57e241b47da 100644 --- a/src/s/esix.h +++ b/src/s/esix.h @@ -15,7 +15,6 @@ /* If using Roell's X server, define X11R4 */ #ifdef X11R4 /* Roell's X server */ -#define HAVE_GETTIMEOFDAY /* Thomas Roell's X11R4 lib defines gettimeofday */ #define select sys_select /* Emacs select() not good enough? */ #undef LIBX11_SYSTEM #define LIBX11_SYSTEM -lpt diff --git a/src/s/hpux.h b/src/s/hpux.h index 7b29e2ce148..a47592d0768 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -224,8 +224,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Some additional system facilities exist. */ -#define HAVE_GETTIMEOFDAY - #define HAVE_VFORK #define HAVE_PERROR /* Delete this line for version 6. */